2.7.3. Response
field | Description | type |
status | success " | " error | |
message | error text , optional | string |
data | array |
data
array​
Parameter | Description | type | Is it Mandatory to complete the field? |
shift_open | shift state | boolean | |
shift_exceeds_at | maximum time until which the current shift can be open, format yyyy-mm-dd HH:MM:SS | string |
Code:​
{
"status": "success" | "error",
"message": "string, error text, optional",
"data": {
"shift_open": "boolean, shift state",
"shift_exceeds_at": "string, maximum time until the current shift can be open, format yyyy-mm-dd HH:MM:SS"
}
}